Action config¶
Remove action config is represented by RevitRemoveConfig and allows to specify the following settings:
SuppressFailureMessages- if true, Revit warnings are suppressed in order not to interrupt the removal procedure (default isfalse)IncludeClosedWorksets- if true, Revit elements from closed worksets will be removed (default isfalse)RemovePinned- if true, pinned Revit elements will be removed (default isfalse)
If RevitRemoveConfig is left empty, default values will be used.